home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Technical Documentation / Sample Code / DTS.Lib & Samples / DTS.Draw / App.Common.h next >
Encoding:
C/C++ Source or Header  |  1992-10-22  |  1.1 KB  |  58 lines  |  [TEXT/MPS ]

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    Apple Macintosh Developer Technical Support
  4. #
  5. #    App.Common.h    -    Rez and C Include Source
  6. #
  7. #    Copyright © 1989-1992 Apple Computer, Inc.
  8. #    All rights reserved.
  9. #
  10. ------------------------------------------------------------------------------*/
  11.  
  12.  
  13. #ifndef __APPCOMMON__
  14. #define __APPCOMMON__
  15.  
  16. #include "DTS.Lib.Common.h"
  17.  
  18. #define VH_VERSION 1                /* True means to include ViewHierarchy window. */
  19.  
  20. #define kDocCreator        'DTSD'
  21. #define kDocFileType       'DDOC'
  22. #define kClipboardFileType 'DCLP'
  23. #define kToolFileType      'TOOL'
  24.  
  25. #define kMinSize    200                /* application's minimum size (in K) */
  26. #define kPrefSize    400                /* application's preferred size (in K) */
  27.  
  28. #define rWindowYPos        60
  29. #define rWindowHeight    287
  30. #define rWindowXPos        40
  31. #define rWindowWidth    504
  32.  
  33.  
  34.  
  35. #define rToolWindow            300
  36. #define rArrowIcon            300
  37. #define rRectIcon            301
  38. #define rRRectIcon            302
  39. #define rOvalIcon            303
  40. #define rPieIcon            304
  41.  
  42. #define kNumTools            5
  43.  
  44. #define rClipboardWindow    400
  45.  
  46.  
  47.  
  48. #define addObjCursor        257
  49.  
  50.  
  51.  
  52. #define rDynHelpStrings        257
  53.  
  54.  
  55.  
  56. #endif __APPCOMMON__
  57.  
  58.